From: Andrew F. Davis Date: Thu, 25 Apr 2019 17:51:12 +0000 (-0400) Subject: ti: k3: common: Remove unused STUB macro X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=282514cff332090852e52bc7c56fdea53c1f7218;p=project%2Fbcm63xx%2Fatf.git ti: k3: common: Remove unused STUB macro This macro was used when many of these functions were stubbed out, the macro is not used anymore, remove it. Signed-off-by: Andrew F. Davis Change-Id: Ida33f92fe3810a89e6e51faf6e93c1d2ada1a2ee --- diff --git a/plat/ti/k3/common/k3_psci.c b/plat/ti/k3/common/k3_psci.c index f66f12a3..cd42e7a0 100644 --- a/plat/ti/k3/common/k3_psci.c +++ b/plat/ti/k3/common/k3_psci.c @@ -20,8 +20,6 @@ /* Need to flush psci internal locks before shutdown or their values are lost */ #include "../../../../lib/psci/psci_private.h" -#define STUB() ERROR("stub %s called\n", __func__) - uintptr_t k3_sec_entrypoint; static void k3_cpu_standby(plat_local_state_t cpu_state)